home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_1 / echo311.zip / MAINT.BAT < prev    next >
DOS Batch File  |  1992-02-15  |  627b  |  22 lines

  1. rem
  2. rem -- This file is a sample file which can be used to purge and renumber
  3. rem    your message areas using the three step method.  This file uses RASMAM
  4. rem    and the files PURGE.MAM and RENUM.MAM which are generated for you by
  5. rem    ECHOUTIL /RASMAM.
  6. rem
  7. rem -- Use this system only if you cannot get EDorPurg to run or you run
  8. rem    multiple systems on the message base.
  9. rem
  10. RASMAM Purge.Mam
  11. rem
  12. rem -- Now Let EchoUtil set the last read pointers for all the users
  13. rem
  14. EchoUtil /M
  15. rem
  16. rem -- Finally, let's renumber and relink the message areas
  17. rem
  18. RASMAM ReNum.Mam
  19. rem
  20. rem -- That's all folks
  21. rem
  22.